<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    width: 100%;
    overflow-x: hidden;
}

.body{
    width: 20rem;
    background-color: #ffffff;
    margin: 0 auto
}
.c-white{
    color: #ffffff !important;
}
.c-black{
    color: #000000 !important;
}

.font14{
    font-size: .14rem !important;
}
.font16{
    font-size: .16rem !important;
}
.img-cc{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
/* 姘村钩start */
.flex-row-start{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
/* 姘村钩宸﹀彸灞呬腑 */
.flex-row-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* 姘村钩between */
.flex-lr-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/* 鍨傜洿between */
.flex-tb-between{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* 鍨傜洿宸﹀彸灞呬腑 */
.flex-column-lf-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 鍨傜洿涓婁笅灞呬腑 */
.flex-column-tb-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* 鍨傜洿涓婁笅宸﹀彸灞呬腑 */
.flex-column-tb-lf-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}</pre></body></html>